@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

* {
    /*-webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    -webkit-tap-highlight-color: transparent;
}

fieldset, img, input, button {
    border: 0 none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

.met_clear {
    clear: both
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;

}

table {
    border-collapse: collapse;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.banner img {

    border: 0;
    vertical-align: middle;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.hide {
    display: none;
}

.clickable {
    cursor: pointer;
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

<!--
查看更多按钮-- >
.tem_index_more a:hover {
    background: #3333FF;
    color: #fff;
}

.tem_index_more a {
    display: block;
    height: 40px;
    background: #C9151E;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    border-radius: 10px;
}

.tem_index_more {
    clear: both;
    margin: 0 auto;
    width: 150px;
    text-align: center;
}

.tem_index_moredai {
    clear: both;
    padding-right: 20px;
    text-align: right;
    margin-bottom: 20px;
}

.header {
    /*height: 794px;
    min-width: 1440px;
    background: url(../images/banner.jpg) no-repeat center top;*/
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.logo {
    padding: 10px 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
}

/* banner */
.c-banner {
    width: 100%;
    position: relative;
}

.c-banner img {
    width: 100%;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.c-banner .banner ul li {
    position: absolute
    display: none;
    opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    /*margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    position: relative;*/
    width: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg, .c-banner .preImg {
    padding: 5px 5px 5px 5px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #C9151E;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}

.c-banner .nexImg:hover, .c-banner .preImg:hover {
    opacity: 0.8;
}

.c-banner .nexImg {
    right: 0px;
}

.c-banner .nexImg img, .c-banner .preImg img {

}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ccc;
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    .c-banner {
        width: 100%;
        height: 345px;
        overflow: hidden;
    }

    .c-banner .banner ul li img {
        width: 768px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }
}

a {
    text-decoration: none;
    color: #000;
}

.nav {
    line-height: 62px;
    height: 62px;
    font-size: 18px;
    background-color: #c9151e;
    COLOR: #FFFFFF;
}

.navs {
    line-height: 62px;
    height: 62px;
    font-size: 18px;
    background-color: #ffffff;
    COLOR: #FFFFFF;
}

.navs .w {
    width: 120px;
}

.nav .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navs .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav .con > a {
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 62px;
    padding: 0 25px;
    font-size: 18px;
}

/*.nav UL {
    PADDING: 0px; 
    DISPLAY: block; 
    MARGIN: 0px; 
    LIST-STYLE-TYPE: none; 
    HEIGHT: 51px; 
    BACKGROUND-COLOR: #970B0B;
    COLOR: #ffffff; 
}*/
.nav UL {
    margin: 0;
    padding: 0;
    list-style: none;
    DISPLAY: block;
    COLOR: #000000;
}

/*.nav LI {
    BORDER-RIGHT: #ffffff 1px solid; 
    DISPLAY: block; 
    FLOAT: left; 
    HEIGHT: 51px;
    font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}*/
.nav LI {
    position: relative;
    float: left;
    width: 120px;
}

/*.nav LI A {
    PADDING:1px 15px 0; 
    DISPLAY: block; 
    FONT-WEIGHT: none; 
    COLOR: #ffffff; 
    LINE-HEIGHT: 40px; 
    TEXT-DECORATION: none;
}*/
.nav LI A {
    display: block;
    COLOR: #fff;
    text-align: center; /*border-radius:15px;padding:0 20px;*/
}

.navs LI A {
    display: block;
    COLOR: black;
    text-align: center; /*border-radius:15px;padding:0 20px;*/
}

.nav LI > A:hover {
    /*COLOR:#562505; */
    /*BACKGROUND-COLOR: #f4f524; */
    /*BACKGROUND-COLOR: #ccc; */
    TEXT-DECORATION: none;
    font-weight: 800;
}

.current {
    color: #ffffff;
    background: #2C81F6;
}

.nav li#date {
    color: #ffffff;
    PADDING: 2px 15px 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*下拉菜单 盛源开创戴工团队开发*/

/*.menu .ul-list > li {
  flex: 1;
  border-right: 1px solid #333;
  position: relative;
}*/
.menu .ul-list > li:last-child {
    border-right: none;
}

.menu .ul-list > li > span {
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
}

.menu .ul-list > li:hover .ol-list {
    display: block;
}

.menu .ol-list {
    display: none;
    position: absolute;
    /*  top: 35px;*/
    left: 0;
    z-index: 999;
    background: #C9151E;
    width: 100%;
}
.menu .ol-lists {
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    background-color: #f8f8f8;
    color: black;
    border-radius: 5px;
    border: 1px solid white;
    box-shadow: 5px 5px 3px #888888;
    width: 100%;
}
.menu .ol-list > li > a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #ccc;*/
    justify-content: center;
}

.menu .ol-list > li > a:hover {
    background: #ccc;
}

.menu .ol-list > li > div > a:hover {
    background: white;
    color: darkred;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: orange;
}
.menu .ol-lists > li > div > a:hover {
    background: #C9151E;
    color: white;
    border-left-style: solid;
    border-left-width: 5px;
}

.form .con {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -50px;
}

.form .con > form {

    border-radius: 10px;
}

.form .con1 {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -50px;
}

.form .con1 > form {

    border-radius: 10px;
}

.form .title {
    line-height: 46px;
    font-size: 16px;
    color: #5b6a7d;
    margin-top: 20px;
}

.form .group-wrap {
    margin-bottom: 10px;
}

.form .group {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.form .control {
    width: 290px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    border: 0 none;
    background: transparent;

}

.form .code .control {
    width: 186px;
}

.form .btn-code {
    position: absolute;
    right: 30px;
    top: 12px;
    background: transparent;
    color: #3580e5;
    cursor: pointer;
}

.form .agree {
    padding: 12px 0;
}

.form .agree > a {
    color: #c9151e;
}

.form .register {
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #c9151e;
    cursor: pointer;
    /*margin-left:10px;*/
    margin-bottom: 20px;
    border-radius: 6px;
}

.form .register a {

    color: #fff;

}

.form .register1 {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #c9151e;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.form .register1 a {

    color: #fff;

}

.form .login {
    padding: 12px 0;
    text-align: center;
}

.form .login > a {
    color: #5b6a7d;
}

.sbutton {
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/searchbtn.png) center center no-repeat;
    background-size: auto;
    background-size: 80%;
}

.advant {
    background-color: #e1e1e1;
    text-align: center;
}

.advant .img-wrap {
    width: 100%;
    margin: 0 auto;
}

.article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

@media (min-width: 1200px) {
    .tem_inner, .met_section {
        padding: 0;
        width: 1100px;
    }

    .shebao6 {
        padding: 12px;
    }

    .shebao6 li {
        width: 189px;
        float: left;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 12px;
        padding: 6px;
        border: 1px solid #d0cece;
        color: #00B8F0;
        line-height: 22px;
        height: auto;
        font-size: 14px;
        list-style: none;
    }

    /*这行保留 海归战略合作图标*/
    .shebao6 li.last {
        margin: 0;
    }

    .shebao6 .bt {
        line-height: 44px;
        margin-top: 5px;
        color: #A80909;
        font-size: 24px;
        font-weight: 600;
    }

    .fuwu_con {
        margin-top: 20px;
    }

    /*招聘栏目马赛克标题*/
    .tem_index_titledai {
        margin: 10px 0 20px 0;
        padding-left: 20px;
        color: #fff;
        font-weight: normal;
        font-size: 22px;
        line-height: 70px;
        background: url(/images/msk.jpg) center center no-repeat;
    }

    .tem_index_title spandai {
        position: relative;
        top: 2px;
        display: inline-block;
        padding: 10px 15px;
        border-bottom: 4px solid #666;
    }

    .tem_index_title {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-weight: normal;
        font-size: 22px;
    }

    .tem_index_title span {
        position: relative;
        top: 2px;
        display: inline-block;
        padding: 10px 15px;
        border-bottom: 4px solid #666;
    }

    .tem_index_title p {
        color: #8c8c8c;
        font-weight: normal;
    }

    /*凤阳团队开发底部公共优势*/
    .boxbz {
        width: 100%;
        height: 110px;
        background: #e1e1e1
    }

    .boxbz .inner {
        width: 1200px;
        margin: 0 auto
    }

    .boxbz ul {
        overflow: hidden;
        padding: 30px 0;
        height: 50px
    }

    .boxbz ul li {
        list-style: none;
        float: left;
        width: 299px;
        height: 50px;
        border-right: 1px solid #ccc
    }

    .boxbz ul li i {
        float: left;
        display: block;
        overflow: hidden;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 5px 10px 5px 30px;
        font-size: 40px;
        color: #949494;
        text-align: center
    }

    .boxbz ul li .des p.title:hover, .boxbz ul li i:hover {
        color: #C9151E
    }

    .boxbz ul li .des {
        float: left;
        display: block;
        overflow: hidden;
        width: 198px;
        height: 50px
    }

    .boxbz ul li .des p.title {
        font-size: 18px;
        height: 26px;
        line-height: 26px;
        margin-top: 2px
    }

    .boxbz ul li .des p.detail {
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        color: #666;
        margin-bottom: 2px
    }

    /*凤阳团队开发底部公用*/
    .footer {
        color: #fff;
        font-size: 14px;
    }

    .footer a {
        color: #fff;
    }

    .footer .con {
        background-color: #1e1e1e;
    }

    .footer .con > .w {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .con .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 25px 40px 0 0;
    }

    .footer .con .item .title {
        border-bottom: 1px solid #363636;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .footer .con .item .title > span {
        display: inline-block;
        line-height: 40px;
        position: relative;
    }

    .footer .con .item .title > span::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #838383;
    }

    .footer .con .item-intr .links > a {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .footer .item-contact .info {
        padding: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .item-contact .info .img-wrap {
        width: 34px;
        height: 34px;
        border: 1px solid #363636;
        border-radius: 4px;
        overflow: hidden;
        margin-right: 10px;
    }

    .footer .item-contact .info img {
        width: 100%;
        height: 100%;
    }

    .footer .item-contact .info .desc {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer .item-contact .info .tel {
        margin-right: 10px;
    }

    .footer .item-qrcode .desc {
        color: #838383;
        margin-bottom: 20px;
    }

    .footer .item-qrcode .img-wrap img {
        margin-right: 20px;
    }

    .footer .copyright {
        line-height: 36px;
        background-color: #161616;
        text-align: center;
    }

<!--新闻栏目-- >
    .met_module2_list {
        padding: 10px 10px;
        padding: 10px 10px;
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .met_module2_list ul, ol {

        list-style: none;

    }

    .met_module2_list li.list_3 {
        padding-left: 250px;
        min-height: 120px;
    }

    .met_module2_list li {
        list-style: none;
        border-bottom: 1px solid #ddd;
        padding: 15px 100px 15px 10px;
        padding-left: 10px;
        position: relative;
        width: 925px;
    }

    .met_module2_list li.list_3 img {
        position: absolute;
        left: 0;
        top: 15px;
        width: 240px;
        height: 150px;
    }

    .met_module2_list li.list_3 h2 {

        font-weight: bold;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .met_module2_list li span.time {
        color: #818181;
        font-size: 18px;
        line-height: 50px;
    }

<!--翻页-- >
    .met_pager {
        text-align: center;
        padding: 330px 0 0;
        line-height: 50px;

    }

    .fanye {
        text-align: center;
        padding: 30px 0 0;
        line-height: 50px;

    }

    .met_pager .PreSpan, .met_pager .PreA {
        margin-right: 6px;
    }

    .met_pager .PreSpan, .met_pager .NextSpan {
        height: 30px;
        line-height: 30px;
        min-width: 60px;
        _width: 60px;
        text-align: center;
        background: #f0f0f0;
        color: #ccc;
        display: inline-block;
    }

    .met_pager a {
        border: 1px solid #e0e0e0;
        text-align: center;
        height: 28px;
        line-height: 28px;
        min-width: 28px;
        _width: 28px;
        text-align: center;
        display: inline-block;
        color: #aaa;
    }

    .met_pager a:hover {
        border: 1px solid #a0a0a0;
        color: #aaa;
    }

    .met_pager .Ahover {
        font-weight: bold;
        background: #f0f0f0;
        color: #aaa;
    }

    a:hover {
        text-decoration: none;
    }

<!--新闻详情-- >
    section {
        background-color: #f7f8f8;
    }

    .article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
        display: block;
    }

    .met_module2 h1.met_title {
        font-size: 28px;
        font-weight: normal;
        padding: 5px 0;
    }

    .met_module2 .met_time {
        padding-right: 6px;
    }

    .met_module2 .met_infos {
        color: #818181;
        font-size: 12px;
    }

    .met_module2 .met_source {
        padding-right: 6px;
    }

    .met_module2 .met_infos {
        color: #818181;
        font-size: 12px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

<!--/*上一篇下一篇*/
-->




    .met_tools .met_page {
        clear: both;
        position: absolute;
        right: 5px;
        top: 0;
        color: #818181
    }

    .met_tools .met_page li {
        display: inline;
        list-style: none;
        margin-left: 30px;
    }

    .met_tools .met_page li span {
        padding-right: 5px;
    }

    .met_tools .met_page a {
        color: #607fa6
    }

    .met_tools {
        border-top: 1px solid #ddd;
        margin-top: 30px;
        position: relative;
        padding: 10px 10px 0;
        height: 50px;
        line-height: 50px
    }

    .met_tools .met_page_next {
        float: right;
    }

<!--培训-- >
    #imglist ul.list_1ls {
        list-style: none;
        visibility: hidden; /*height:400px;*/
    }

    #imglist ul.list_1ls li {
        float: left;
        text-align: center;
        overflow: hidden;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #imglist ul.list_1ls li a {
        text-align: center;
        display: block;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #ddd;
        font-size: 0;
    }

    #imglist ul.list_1ls li h2 {
        text-align: center;
        font-size: 18px;
        padding: 10px 10px;
        font-weight: bold; /*border-top:1px solid #ddd*/
    }

    #imglist ul.list_1ls li text {
        text-align: center;
        font-size: 16px;
        padding: 10px 10px;
        font-weight: normal;
        height: 100px
    }

    #imglist ul.list_1ls li img {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        padding-top: 10px;
    }

    .met_article {
        height: 400px;
    }

    #imglist ul.list_1 {
        list-style: none;
        visibility: hidden; /*height:400px;*/
    }

    #imglist ul.list_1 li {
        float: left;
        text-align: center;
        overflow: hidden;
        padding-bottom: 40px;
    }

    #imglist ul.list_1 li a {
        text-align: center;
        display: block;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #ddd;
        font-size: 0;
    }

    #imglist ul.list_1 li h2 {
        text-align: center;
        font-size: 16px;
        padding: 10px 10px;
        font-weight: bold;
        border-top: 1px solid #ddd
    }

    #imglist ul.list_1 li text {
        text-align: center;
        font-size: 14px;
        padding: 10px 10px;
        font-weight: normal;
        height: 100px
    }

    #imglist ul a img {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s
    }

    #imglist ul a:hover h2 {
        color: #C9151E;
    }

    #imglist ul a:hover img {
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5
    }

    #imglist ul.list_2 {
        list-style: none;
        visibility: hidden
    }

    #imglist ul.list_2 li {
        padding: 20px 10px;
        border-bottom: 1px solid #ddd
    }

    #imglist ul.list_2 dt {
        float: left;
        position: relative
    }

    #imglist ul.list_2 dd {
        float: left;
        width: 100%
    }

    #imglist ul.list_2 dd h2 {
        padding: 5px 10px;
        font-size: 15px
    }

    #imglist ul.list_2 dd p {
        padding: 5px 10px;
        color: #818181
    }

    .list_text {
        text-align: left;
        font-size: 16px;
        padding: 10px 10px;
        font-weight: normal;
    }

<!--员工服务栏目 社保与公积金--
    #imglist ul.list_1sb {
        list-style: none;
        visibility: hidden; /*height:400px;*/
    }

    #imglist ul.list_1sb li {
        float: left;
        text-align: center;
        overflow: hidden;
        padding-bottom: 40px;
        padding-left: 8px;
    }

    #imglist ul.list_1sb li a {
        text-align: center;
        display: block;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #ddd;
        font-size: 0;
    }

    #imglist ul.list_1sb li h2 {
        text-align: center;
        font-size: 16px;
        padding: 10px 10px;
        font-weight: bold;
        border-top: 1px solid #ddd
    }

    #imglist ul.list_1sb li text {
        text-align: center;
        font-size: 14px;
        padding: 10px 10px;
        font-weight: normal;
        height: 100px
    }

    #imglist ul a img {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
    }

    #imglist ul a:hover h2 {
        color: #C9151E;
    }

    #imglist ul a:hover img {
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
    }

    #imglist ul.list_2 {
        list-style: none;
        visibility: hidden
    }

    #imglist ul.list_2 li {
        padding: 20px 10px;
        border-bottom: 1px solid #ddd
    }

    #imglist ul.list_2 dt {
        float: left;
        position: relative
    }

    #imglist ul.list_2 dd {
        float: left;
        width: 100%
    }

    #imglist ul.list_2 dd h2 {
        padding: 5px 10px;
        font-size: 15px
    }

    #imglist ul.list_2 dd p {
        padding: 5px 10px;
        color: #818181
    }

    .list_text {
        text-align: left;
        font-size: 16px;
        padding: 10px 10px;
        font-weight: normal;
    }

<!--招聘最新职位-- >
    .met_article {
        height: 400px;
    }

    #imglist ul.list_job {
        list-style: none;
        visibility: hidden;
    }

    #imglist ul.list_job li {
        float: left;
        text-align: center;
        overflow: hidden;
        padding-left: 5px;
        padding-bottom: 20px;
    }

    #imglist ul.list_job li a {
        text-align: center;
        display: block;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        font-size: 0;
    }

    #imglist ul.list_job li h2 {
        text-align: center;
        font-size: 14px;
        padding: 10px 10px;
        font-weight: bold;
        border-top: 1px solid #ddd
    }

    #imglist ul.list_job li img {
        height: 200px;
        width: 390px;
        border-radius: 10px 10px 0 0;
    }

<!--招聘热门职位-- >
    .comp-block, .job-block, .news-block {

        width: 1200px;
        margin: 8px auto 0;

    }

    .comp-card li:hover, .job-card li:hover {
        box-shadow: 1px 1px 4px #ccc;
    }

    .job-card li {
        background: #fff;
        width: 360px;
        padding: 0 17px;
        margin-right: 4.5px;
        margin-bottom: 4.5px;
    }

    .re {
        position: relative;
    }

    .poi {

        cursor: pointer;

    }

    .l {

        float: left;

    }

    .job-card .desc {
        color: #666;
        font-size: 14px;
        line-height: 14px;
        margin-top: 30px;
        padding-bottom: 25px;
        border-bottom: 1px dotted #ccc;
    }

    .job-card .name {
        font-size: 16px;
        color: #000;
        line-height: 16px;
        margin-top: 20px;
    }

    .job-block .comp span, .job-card .comp img {
        display: inline-block;
        vertical-align: middle;
    }

    .job-card .comp img {
        max-width: 100px;
        margin-right: 10px;
        height: 50px;
    }

    img {
        border-style: none;
    }

    .job-card .name .r {
        color: #ed6823;
    }

    .r {
        float: right;
    }

    .job-card .desc span.desc-city {

        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        vertical-align: bottom;

    }

    .job-card .desc span.desc-year {
        margin-right: 26px;
        margin-left: 26px;
        position: relative;
    }

    .job-card .desc span.desc-year::before {
        content: "";
        position: absolute;
        left: -13px;
        width: 1px;
        height: 14px;
        background: #c4c4c4;
    }

    .job-card .desc span.desc-year::after {
        content: "";
        position: absolute;
        right: -13px;
        width: 1px;
        height: 14px;
        background: #c4c4c4;
    }

    .job-card-salary, .job-card-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .job-card-title {
        width: 69%;
    }

    .cf::after, .cl {
        clear: both;
    }

    .cf::after {
        content: "";
        visibility: hidden;
        display: block;
        height: 0;
    }

<!--招聘筛选条件-- >
    .search-options__wrap {
        background: #fff;
    }

    .search-options__wrap .w1200 {
        padding: 30px 0;
    }

    .optionsAutoHeight {
        height: auto;
    }

    .search-options__wrap .search-options__file {

        padding: 0 0 15px;
        border-bottom: 1px solid #ebebeb;

        margin-bottom: 10px;
    }

    .search-options__wrap .search-options__file .tl {
        color: #333;
        font-size: 16px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .dib {
        display: inline-block;
    }

    .search-options__wrap .search-options__file .tl {
        color: #333;
        font-size: 16px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .tl {
        text-align: left;
    }

    .search-criteria__file span {
        display: inline-block;
        height: 32px;
        line-height: 30px;
        padding: 0 15px;
        border: 1px solid #fff;
        border-radius: 0;
        vertical-align: middle;
        box-shadow: none;
        margin-right: 20px;
        cursor: pointer;
        color: #666;
    }

<!--应聘详情页底部去应聘-- >
    .yingpin {
        margin-left: 10px;
    }

    .groupdai {

        position: relative;
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 15px;
        height: 66px;
        width: 215px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }

    .groupdai select {
        height: 55px;
        padding-left: 15px;
        width: 215px;

        font-size: 18px;
    }

<!--首页合作伙伴-- >
    #mrq {
        width: 1150px;
        margin: 20px auto; /*border:1px solid #ddd; */
        padding: 2px
    }

    #Marquee_x {
        overflow: hidden;
        width: 1150px
    }

    #Marquee_x ul li, #Marquee_x ul li div {
        float: left;
        line-height: 25px;
        overflow: hidden
    }

    /* 横向滚动必须让所有li左浮动 */
    #Marquee_x ul li div {
        float: left;
        line-height: 25px;
        height: 200px;
        width: 242px;
        overflow: hidden
    }

    #Marquee_x ul li div img {
        border: 1px solid #ddd;
        width: 240px;
        height: 135px;
        display: block
    }

    #Marquee_x ul li div span {
        display: block;
        text-align: center;
        font-size: 16px;
        padding-top: 10px;
    }

    #n {
        margin: 10px auto;
        width: 1150px;
        border: 1px solid #ddd;
        font-size: 12px;
        line-height: 30px;
    }

    #n a {
        padding: 0 4px;
        color: #333
    }

<!--首页快捷导航-- >
    .container {
        position: relative;
        width: 100%;
    }

    .tit {
        font-size: 28px;
        color: #000;
        text-align: center;
        margin-bottom: 8px;
    }

    .tit1 {
        font-size: 14px;
        color: #999;
        text-align: center;
    }

    .tit3 {
        font-size: 28px;
        color: #fff;
        text-align: center;
    }

    .con1 {
        padding-top: 90px;
    }

    .tm1 .hd ul {
        text-align: center;
    }

    .tm1 .hd li {
        display: inline-block;
        width: 400px;
        height: 215px;
        text-align: center;
    }

    .tm1 .hd li.on {
        background: url(b2.jpg) center bottom no-repeat;
        margin-left: 0;
        margin-right: 0;
    }

    .tm1 .hd li .pic {
        width: 390px;
        height: 260px;
        margin: 0 auto;
        overflow: hidden;
    }

    .tm1 .hd li p {
        text-align: center;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .tm1 .hd li p a {
        color: #000000;
        font-size: 18px;
    }

    .tm1 .hd li:hover .pic {
        box-shadow: 0 0 10px #c9151e;
    }

    .tm1 .kks {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        padding-top: 30px;
        padding-left: 10px
    }

    .tm1 .kks .prevx {
        width: 54px;
        height: 54px;
        position: absolute;
        left: -54px;
        top: 92px;
        background: url(prev1.png) no-repeat;
        cursor: pointer;
    }

    .tm1 .kks .nextx {
        width: 54px;
        height: 54px;
        position: absolute;
        right: -54px;
        top: 92px;
        background: url(next1.png) no-repeat;
        cursor: pointer;
    }

    .tm1 .kks .kj {
        width: 1200px;
        overflow: hidden;
    }

    .tm1 .bd {
        height: 285px;
    }

    .tm1 .bd ul {
        text-align: center;
        margin-top: 15px;
    }

    .tm1 .bd li {
        width: 286px;
        height: 228px;
        display: inline-block;
        margin: 0 5px;
        background: #fff;
    }

    .tm1 .bd li a {
        display: block;
        width: 100%;
        padding: 5px 3px 5px 3px;
        height: 135px;
    }

    .tm1 .bd li h4 {
        font-weight: normal;
        color: #000;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 8px;
        text-align: center;
    }

    .tm1 .bd li p {
        color: #999;
        font-size: 14px;
        text-align: center;
    }

    .tm1 .bd li img {
        width: 270px;
        height: 127px;
        margin-left: -3px;
        margin-top: 5px;
    }

    .tm1 .bd li:hover {
        border: 1px solid #c9151e;
        cursor: pointer;
    }

    .tm1 .bd li:hover h4 {
        color: #c9151e;
    }

    .tm1 .bd li:hover p {
        color: #c9151e;
    }

<!--首页新闻-- >
    .index_news {
        overflow: hidden;
        margin-top: 20px;
    }

    .container {
        width: 1200px;
        margin: 0 auto;
        margin-top: 0px;
        position: relative;
    }

    .index_news_box li {
        list-style: none;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 17px;
        margin-top: 12px;
        overflow: hidden;
        font-size: 16px;
    }

    .index_news_video {
        float: left;
        width: 590px;
        height: 370px;
        background: #ccc;
        margin-top: 20px;
    }

    .index_news_box {
        float: right;
        width: 390px;
        padding-right: 30px;
    }

    .index_news_box li .infor span.des {
        color: #999;
    }

    .index_news_box li .infor span {
        display: table-row;
        height: 65px;
        line-height: 1.6em;
    }

    .index_news_box li .pic {
        width: 12px;
        height: 15px;
        float: left;
        margin-right: 10px;
    }

    .index_news_box li .infor {
        width: 310px;
        float: right;
        display: table;
        font-size: 16px;
    }

    .index_news_box li .time {
        margin-right: 20px;
        float: right
    }

    .stackItem {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .controlsContainer {
        --clickToPlay-size: 48px;
        --button-size: 30px;
        --timer-size: 40px;
        --timer-long-size: 60px;
        --track-size: 5px;
        --thumb-size: 13px;
        --label-font-size: 13px;
        --pip-toggle-bgcolor: rgb(0, 96, 223);
        --pip-toggle-text-and-icon-color: rgb(255, 255, 255);
        --pip-toggle-padding: 5px;
        --pip-toggle-icon-width-height: 16px;
    }

<!--人事手续-- >
    .tm1dai .bddai {
        height: 336px;
        background: url(b1.jpg) center no-repeat;
    }

    .tm1dai .bddai ul {
        text-align: center;
        height: 300px;
        background: url(b1.jpg) center no-repeat;
    }

    .tm1dai .bddai li {
        width: 293px;
        height: 240px;
        display: inline-block;
        margin: 0 0px;
        background: #fff;
    }

    .tm1dai .bddai li a {
        display: block;
        width: 100%;
        width: 224px;
        padding: 0 20px;
        height: 120px;
    }

    .tm1dai .bddai li h4 {
        font-weight: normal;
        color: #000;
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 8px;
        text-align: center;
    }

    .tm1dai .bddai li p {
        color: #999;
        font-size: 14px;
        text-align: center;
    }

    .tm1dai .bddai li img {
        margin-left: -8px;
        padding-top: 5px;
    }

    .tm1dai .bddai li:hover {
        background: #C9151E;
    }

    .tm1dai .bddai li:hover h4 {
        color: #fff;
    }

    .tm1dai .bddai li:hover p {
        color: #fff;
    }

<!--培训详情页面-- >
    img {
        border: 0px;
    }

    .clearfloat {
        display: block;
        clear: both;
        height: 0px;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        background: #e8e9e9;
    }

    .buy {
        display: inline-block;
        border: 1px solid #d11718;
        float: right;
        color: #d11718;
        margin-top: 25px;
        font-size: 14px;
        width: 80px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 3px;

    }

    .jiege {
        float: left;
        color: #d11718;
        font-size: 20px;
        margin-top: 25px;
    }

    /*内容部分*/
    .container .content {
        width: 1190px;
        margin: 0 auto;
        position: relative;
    }

    /*topcontent*/
    .content .con_top {
        background: #fff;
        box-shadow: 0px 2px 2px 0px #ccc;
        margin: 20px 0;
    }

    .content .con_top img {
        margin: 15px;
        float: left;
    }

    .content .con_top .top_right {
        float: left;
        width: 530px;
        margin: 15px;
    }

    .content .con_top .top_right h3 {
        font-size: 23px;
        font-weight: 500;
    }

    .content .con_top .top_right .fenxiang {
        display: block;
        float: right;
    }

    .content .con_top .top_right .fenxiang a {
        display: inline-block;
        float: left;
        margin: 20px 0 20px 15px;
    }

    .content .con_top .top_right .fenxiang a img {
        margin: 0;
        height: 20px;
        width: 20px;
    }

    .content .con_top .top_right p {
        line-height: 25px;
        font-size: 14px;
        color: #666666;
        text-indent: 2em;
    }

    /*topcontent*/
    /*bottomcontent*/
    .content .con_bottom {
    }

    .content .con_bottom .con_btm_left {
        background: #fff;
        width: 870px;
        float: left;
        padding: 20px 0 50px 0;
        margin-right: 20px;
    }

    .menu_list {
        width: 840px;
        margin: 0 15px;
        background: url(../images/kaohe_img_06.png) 48px center repeat-y;
    }

    .menu_head {
        width: 760px;
        height: 33px;
        line-height: 33px;
        font-size: 17px;
        color: #000;
        cursor: pointer;
        position: relative;
        padding-left: 80px;
        margin: 10px 0;
        background: #f0f0f0 url(../images/kaohe_img_10.png) 35px center no-repeat;
    }

    .menu_list .current {
        background: #f0f0f0 url(../images/kaohe_img_03.png) 35px center no-repeat;
    }

    .menu_body {
        height: auto;
    }

    .buy_zj {
        position: absolute;
        right: 9px;
        top: 3px;
        display: inline-block;
        width: 106px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border: solid 1px #369998;
        color: #369998;
        font-size: 14px;
    }

    .buy_zj:hover {
        background: #369998;
        color: #fff;
    }

    .menu_body ul li {
        width: 760px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        background: url(../images/kaohe_img_05.png) 45px center no-repeat;
        padding-left: 80px;
        margin: 17px 0;
        position: relative;
    }

    .menu_body ul li:hover {
        background: url(../images/kaohe_img_05.png) 45px center no-repeat #9acccb;
    }

    .menu_body ul li:hover span.buy {
        border: solid 1px #fff;
        color: #fff;
    }

    /*.menu_body ul li a.buy_xj{float:right;margin:2px 20px 0 0;display:inline-block;width:48px;height:20px;text-align:center;line-height:20px;border:solid 1px #369998;color:#369998;cursor:pointer;}*/
    .menu_body ul li a.buy_xj {
        float: right;
        margin: 2px 8px 0 0;
        display: inline-block;
        width: 48px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border: solid 1px #369998;
        color: #369998;
    }

    .menu_body ul li a.buy_xj:hover {
        border: solid 1px #fff;
        color: #fff;
    }

    .menu_body ul li .buy_title {
        float: left;
        color: #333;
        position: relative;
    }

    .menu_body ul li img {
        position: relative;
        top: 4px;
        margin-right: 7px;
    }

    .content .con_bottom .con_btm_right {
        width: 300px;
        float: left;
    }

    .con_btm_right .con_right_top {
        width: 270px;
        background: #fff;
        box-shadow: 0px 2px 2px 0px #ccc;
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    .con_btm_right .con_right_top h3 {
        font-size: 18px;
        color: #444444;
        font-weight: bold;
        border-bottom: solid 1px #dfdfdf;
        padding-bottom: 15px;
        margin: 0 15px;
    }

    .con_btm_right .con_right_top .right_top_con {
        margin: 10px 15px;
        border-bottom: solid 1px #dfdfdf;
    }

    .con_btm_right .con_right_top .right_top_con img {
        float: left;
        margin-right: 10px;
    }

    .con_btm_right .con_right_top .right_top_con span {
        display: block;
        font-size: 12px;
        color: #999999;
        margin-bottom: 8px;
    }

    .con_btm_right .con_right_top .right_top_con span img {
        position: relative;
        top: 3px;
    }

    .con_btm_right .con_right_top .right_top_con .right_title {
        font-size: 13px;
        color: #333333;
        font-weight: bold;
    }

    .con_btm_right .con_right_top ul {
        margin: 0 15px;
    }

    .con_btm_right .con_right_top ul li {
        float: left;
        width: 49px;
        margin: 10px 5px;
        height: 70px
    }

    .con_btm_right .con_right_top ul li span {
        display: block;
        width: 49px;
        overflow: hidden;
        white-space: nowarp;
        text-overflow: ellipsis;
    }

    /*bottomcontent*/
    .xuanzhe {
        margin: 0 auto;
        text-align: center;
        background-color: #ccc
    }

    .anniu {
        padding-bottom: 10px;
    }